home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / grapties / ok212 / one.bat < prev    next >
DOS Batch File  |  1991-05-03  |  534b  |  31 lines

  1. echo off
  2. cls
  3. ECHO  
  4. if %1x == x goto error
  5. if %2x == x goto error
  6. if %1 == %2 goto error
  7. echo Installation is about to begin. Make sure you have 2 blank formatted disks
  8. echo Ctrl-C if you don't!
  9. echo  
  10. pause
  11. cls
  12. %1
  13. DOCSZIP %2
  14. echo  
  15. echo Now, label the new disk "DOCS".
  16. echo  
  17. echo Please re-insert Disk #M-02 in drive A
  18. echo  
  19. pause
  20. program %2
  21. echo  
  22. echo Now, label the new disk "PROGRAM".
  23. echo  
  24. pause
  25. goto done
  26. :error
  27. echo ** ERROR: you MUST specify the SOURCE and TARGET drives! **
  28. :done
  29. pause
  30. cls
  31.